home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / program / wsc4d21.zip / FIND_PGM.DFM / FIND_PGM.txt
Text File  |  1997-06-03  |  723b  |  41 lines

  1. object Find: TFind
  2.   Left = 178
  3.   Top = 191
  4.   Width = 435
  5.   Height = 300
  6.   Caption = 'Find'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   Menu = MainMenu
  12.   PixelsPerInch = 96
  13.   OnCreate = FormCreate
  14.   TextHeight = 16
  15.   object Memo: TMemo
  16.     Left = 0
  17.     Top = 0
  18.     Width = 427
  19.     Height = 254
  20.     Align = alClient
  21.     Lines.Strings = (
  22.       ''
  23.       '')
  24.     ReadOnly = True
  25.     ScrollBars = ssVertical
  26.     TabOrder = 0
  27.   end
  28.   object MainMenu: TMainMenu
  29.     Left = 24
  30.     Top = 40
  31.     object FindModem: TMenuItem
  32.       Caption = 'FindModem'
  33.       OnClick = FindModemClick
  34.     end
  35.     object Exit: TMenuItem
  36.       Caption = 'Exit'
  37.       OnClick = ExitClick
  38.     end
  39.   end
  40. end
  41.